home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3ialpaint.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  548 b   |  28 lines

  1.  
  2. // JavaScript wrapper for r3ialpaint.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IALATTICEPAINTER_H = 1;
  7. include("real/intact/r3intact.js")
  8. include("oops/r3vector.js")
  9. include("real/objects/r3prim.js")
  10.  
  11.  
  12. var R3CLID_IALATTICEPAINTER = 1628;
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. function r3Ialatticepainter () { 
  20.    this.base = r3God;
  21.    if(arguments.length) {
  22.       this.base(R3CLID_IALATTICEPAINTER, arguments);
  23.    }
  24.    // Attributes
  25. }
  26.  
  27. r3Ialatticepainter.prototype=new r3Intact;
  28. // r3ialpaint.h_H